body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #575757;
}
h1 {
	font-size: 46px;
	font-weight: 600;
	color: #EEEEEE;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
a {
	color: #666
}
a:hover, a:focus {
	color: #d9890b;
}
ul, ol {
	list-style: none;
}
ul {
	padding: 0;
	margin: 0;
}
hr {
	width: 70px;
	border-top: 4px solid #f39c12;
}
.btn-primary {
	padding: 8px 20px;
	background: #f39c12;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	background: #db8c0f;
	outline: none;
	box-shadow: none;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.center h2, .top-center h2 {
	font-size:30px;
	margin: 0;
	padding:0

}
.center h3 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 70px 0;
}
.center {
	text-align: center;
}
.top-center {
	text-align: center;
	padding:30px 0px 20px 0px;
	margin:0
}
.lead {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/
.navbar-brand {
	display:block;
	padding:0;
	margin:14px 0 21px 0px;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #7F7F7F;
	padding: 0px;
	padding-bottom: 0;
}
.navbar-nav {
	margin-top: 18px;
}
.navbar-nav>li {
	margin-left: 60px;
	padding-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 0px;
	margin: 0;
	color: #fff;
	line-height: 24px;
	display: inline-block;
	font-size:16px
	
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: none;
	color: #FFF;
}
.navbar-inverse {
	border: 0;
}
.navbar-inverse .navbar-brand i.fa {
	color: #f39c12;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background:none;
	color: #fff;
}
.jg{padding:20px 1px}
/*************************
*******Home Page******
**************************/
#main-slide .item img {
	width: 100%;
}
#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .item.active .slider-content .logo {
	color: #f39c12;
	font-weight: bold;
}
#main-slide .slider-content {
	top: 50%;
	margin-top: -110px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slide .carousel-indicators {
	bottom: 30px;
}
.carousel-indicators li {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
#main-slide .carousel-control.left span {
	padding: 15px;
}
#main-slide .carousel-control.right span {
	padding: 15px;
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
	left: 0;
}
#main-slide .carousel-control .fa-angle-right {
	right: 0;
}
#main-slide .carousel-control i {
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#main-slide .slider-content h2 {
	font-size: 60px;
	font-weight: 500;
	text-transform: uppercase;
	color: #eee;
}
#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
	color: #fff;
}
#main-slide .slider-content h3 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 40px;
	text-align: center;
	color: #eee;
}
.slider.btn {
	padding: 6px 20px;
	margin-top: 60px;
	font-size: 16px;
	line-height: 28px;
	border: 0;
	color: #fff;
	background-color: rgba(243,156,18,0.8);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}
.slider.btn:hover {
	background-color: rgba(243,156,18,1);
}
.slider.btn:focus, .slider.btn:active:focus, .slider.btn:active:hover {
	outline: none;
}
#feature {
	background: #f2f2f2;
	padding:60px 0 30px 0 !important;
}
#feature a {
	color: #f39c12;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#feature h3 { margin-top:25px !important}
#feature h3 a {color: #575757 !important; font-size:16px !important}
#feature h3 a:hover {color: #f39c12 !important}

#feature a:hover {
	color: #333;
}
#feature .btn-primary:hover {
	margin-top: 25px;
	padding: 8px 120px;
	background: #f2f2f2;
	color: #666;
	border-radius: 10px 10px 0 0;
	border: 0;
	box-shadow: 0 -10px 10px #ddd;
}
#inner-page {
	padding-bottom: 20px;
}
.features {
	padding:20px 0px 0px 0px;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
}
.feature-wrap h2 {
	margin-top: 10px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i.fa {
	font-size: 58px;
	height: 140px;
	width: 140px;
	margin: 3px;
	border-radius: 100%;
	line-height: 140px;
	text-align: center;
	background: #ffffff;
	color: #f39c12;
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 15px;
}
#recent-works {
	padding-bottom: 70px;
}
.recent-work-wrap {
	position: relative;
}
#recent-works .readmore {
	color: #f39c12;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#recent-works .readmore:hover {
	color: #444;
}
.recent-work-wrap img {
	width: 100%;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}
.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}
.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #f39c12;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}

#recent-pic .col-xs-12.col-sm-4.col-md-4 {
	padding:15px;
}
#recent-pic {
	padding-bottom: 60px;
}
.recent-pic-wrap {
	position: relative;
	text-align:center;
	margin-top:15px
}
#recent-pic .readmore {
	color: #f39c12;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#recent-pic .readmore:hover {
	color: #444;
}
.recent-pic-wrap img {
	width:100%;
}
.recent-pic-wrap .recent-pic-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}
#recent-pic h3 {
	margin:15px 0px 15px 0px;
	text-align: center
}
#recent-pic h3 a {
	font-size: 16px;
	color: #575757
}
#recent-pic h3 a:hover {color: #f39c12 !important}
.recent-pic-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #575757;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-pic-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.recent-pic-wrap:hover .overlay {
	opacity: 0.5;
}

/* Testimonials Section */
#testimonials {
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 80px 0;
}
#testimonials H2 {
	color: #ddd;
}
#testimonial {
	padding: 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 500;
	margin: 0 0 40px 0;
	color: #ddd;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #FFFFFF;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f39c12;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f39c12;
}
#middle {
	background: #f2f2f2;
}
#middle .readmore {
	color: #f39c12;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
}
#middle .readmore:hover {
	color: #444;
}
#middle h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
}
#middle i.fa {
	color: #f39c12;
}
#middle .media-body h3 {
	color: #4e4e4e;
	font-size: 18px;
}
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #ebebeb;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #f1f1f1;
	color: #4e4e4e;
}
.panel-body {
	padding: 20px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 0px;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4e4e4e;
	font-size: 14px;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active .panel-title>a {
	color: #4e4e4e;
}
a.accordion-toggle i.fa {
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active a.accordion-toggle i.fa {
	color: #4e4e4e;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel-heading.active a.accordion-toggle.collapsed i.fa {
	color: #fff;
}
#get-started {
	padding: 50px 0 60px 0;
	text-align: center;
	background: #eee;
	border-top: 1px solid #fff;
}
/*************************
********* About Us Page CSS ******
**************************/

.about-us {
	padding:0px 0px 30px 0px;
	margin:0
}
.about-us h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.about-us p {
	color: #4e4e4e;
}
.about-us img {
	margin-top: 25px;
}
/*************************
********* Portfolio CSS ******
**************************/
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}
.portfolio-filter > li {
	display: inline-block;
}
.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	border: 1px solid #DDD;
	outline: none;
	display:block;
	padding: 6px 16px
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #fff;
	background: #f39c12;
	border: 1px solid #f39c12;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.portfolio-filter .btn-default.active.focus, .portfolio-filter .btn-default.active:focus, .portfolio-filter .btn-default.active:hover, .portfolio-filter .btn-default:active.focus, .portfolio-filter .btn-default:active:focus, .portfolio-filter .btn-default:active:hover {
	color: #fff;
	background-color: #f39c12;
	border-color: #f39c12;
	outline: none;
}
.portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-item {
	margin: 0;
	padding: 15px;
}
.portfolio-item H3{
	text-align:center;
	font-weight:400 !important;
	font-size:14px;
	padding:0px 0px 5px 0px
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/**************************
********* Pricing Table CSS *
**************************/
.pricing-tables {
	padding: 40px 0 80px 0;
	text-align: center;
}
.pricing-tables .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
}
.pricing-tables .pricing-table:hover {
	z-index: 2;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.pricing-tables .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}
.pricing-tables .pricing-table.highlight-plan .plan-name {
	background-color: #f39c12;
	padding: 25px 0;
	border-radius: 8px 8px 0 0;
}
.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup {
	background-color: #f39c12;
	padding: 30px 0;
	border-radius: 0 0 8px 8px;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
	border-color: #fff;
	color: #fff;
}
.pricing-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	border-bottom: 1px solid #eee;
}
.pricing-table .plan-name h3 {
	font-weight: 700;
	color: #666;
	font-size: 22px;
}
.pricing-table .plan-price {
	padding: 25px 0;
}
.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #666;
}
.pricing-table .plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}
.pricing-table .plan-price .interval {
	line-height: 14px;
	color: #999;
	font-size: 13px;
}
.pricing-table.btn-system.border-btn {
	border-color: #f8ba01;
	color: #f8ba01;
}
.pricing-table .plan-list li {
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}
.pricing-table .btn-system {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	background-color: #f39c12;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.pricing-table .btn-system:hover, .pricing-table .btn-system.border-btn:hover {
	background-color: #c27c0e;
}
.pricing-table .btn-system:last-child {
	margin-right: 0;
}
.pricing-table .btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.pricing-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}
.pricing-table .plan-signup {
	padding: 25px 0;
}
.pricing-table .plan-signup a {
	text-transform: uppercase;
}
/*************************
********* Contact Us CSS ******
**************************/

#contactForm .text-danger {
	color: #ff3333;
}
.contact_top {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	border-bottom: 2px solid #fff;
}
.contact_details {
	padding: 20px;
	text-align: center;
}
.contact_details i {
	color: #f39c12;
}
.contact_details p {
	padding: 20px 0;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #ddd;
	box-shadow: none;
}
.form-group label {
	font-weight: 500;
}
textarea#message {
	resize: none;
	padding: 10px;
	height: 185px;
}
/***********************
********* Footer ******
************************/
#footer {
	padding-top:0px;
	padding:21px 0px 21px 0px;
	color:#ccc;
	background:#1C1C1C;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #f39c12;
}

.follow-us {
	padding-top:56px;
	text-align: center;
}
.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 2px solid #999;
	border-radius: 50%;
	color: #999;
	margin: 5px;
}
a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
	text-decoration: none;
	color: #f39c12;
	border-color: #f39c12;
}

.foot-pic{text-align:left; padding:30px 2px 0px 2px}
.foot-nav{padding:20px 2px 0px 2px}
.foot-nav li{text-align:left}
.foot-2wm{padding:40px 2px 0px 2px;text-align:left}
.foot-2wm img{max-width:30%;height: auto}
.foot-txt{padding:20px 2px 0px 2px;text-align:left}



/* 通用分页样式 */
.pages{margin:10px auto 30px auto}
.pages ul{padding:0px;list-style:none;margin:0; text-align:center}
.pages li{ display:inline-block}
.pages li a{ display:block; padding:0 9px; border:1px solid #e5e5e5; height:28px; line-height:28px; color:#666; margin:0px 2px}
.pages li a:hover{ border:1px solid #A00700; background:#A00700; color:#fff; text-decoration:none;}
.pages li span{ display:block; border:1px solid #e5e5e5; height:28px; line-height:28px; color:#c4c4c4;padding:0 9px; }
.pages .current a{ border:1px solid #A00700; background:#A00700; color:#fff;}
.cl,.clear{clear:both;height:0;line-height:0;content:'.';display:block;visibility:hidden; font-size:0; margin:0; padding:0}


/* 商城明细 */
.mall_info{padding:22px}
.mall_info .product_img{position:relative; width:100%;height: auto;float:left;margin:0 0px 30px 0;overflow:hidden;}
.mall_info .product_img ul{list-style:none;margin:0;padding:0;}
.mall_info .product_img ul.img_mall_list{z-index:2;height:auto;width:100%;overflow:hidden;}
.mall_info .product_img ul.img_mall_list li{height:auto;width:100%;overflow:hidden;float:left;}
.mall_info .product_img ul.img_mall_list li img{width:100%; height:auto}

.mall_info .product_img ul.img_thumb_list{left:0px;bottom:0px;height:60px;overflow:hidden;z-index:3;position:absolute; margin-left:-6px}
.mall_info .product_img ul.img_thumb_list li{float:left;width:60px;height:60px;margin-left:6px;cursor:pointer;}
.mall_info .product_img ul.img_thumb_list li img{width:58px;height:58px;border:1px solid #EEE}
.mall_info .product_img ul.img_thumb_list li.on img{border:1px solid #A00700}
.mall_info .info{float:left; width:80%;}
.mall_info .info_t{font-size:17px; color:#333; font-weight:bold; padding:8px 1px 9px 1px}

.mall_info .info_c1{padding:8px 10px 10px 10px;background:#F0EFEF}
.mall_info .info_c1 .d_price{position:relative; padding:15px 0px 15px 0px}
.mall_info .info_c1 .r_price{font-size:25px;font-weight:bold;color:#C40000; position:absolute;top:7px;left:63px}
.mall_info .info_c1 .r_price span{ margin-left:-10px}

.mall_info .info_c2{font-size:13px;padding:10px 3px}
.mall_info .info_c2 span{padding:0px 1px 0px 60px}

.mall_info .info_c3{ border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; padding:10px 3px; line-height:180%}

.mall_info .info_b{padding:20px 1px 20px 3px}
.mall_info .info_b ul{display:block;height:40px}
.mall_info .info_b li{float:left}
.mall_info .info_b li.attr{border:1px solid #ccc;margin-right:8px;line-height:26px;padding:0px 15px;cursor:pointer; font-size:13px}
.mall_info .info_b li.attr.selected{border:1px solid #FF4800}
.mall_info .info_b input{width:40px;border:1px solid #CCC;font-size:13px;color:#666; height:26px; padding:0px 0px 0px 5px}


.mall_info .info_g{padding:20px 0px 8px 10px}
.mall_info .info_g p{ padding:5px 0px}
.mall_info .info_g a{ display:block;width:90px; height:39px; line-height:39px;color:#FFF; font-size:14px;font-weight:bold;background:#A00700 url(../images/buy.png) no-repeat 18px 8px; padding-left:48px}


/* Flexisel Styles
==========================*/
.clearout {
height: 20px;
clear: both;
}

#flexiselDemo2{
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
width: 100%;
}
.nbs-flexisel-item {
float: left;
margin: 0px;
padding: 0px;
cursor: pointer;
position: relative;
line-height: 0px;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
margin: 0;
max-width: 100%;
height: auto;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
}
.nbs-flexisel-nav-left {
background: url(../images/prevArrow.png) no-repeat center center #E6E6E6;
    cursor: pointer;
    height: 18px;
    margin-right: 2px;
    position: absolute;
    right: 20px;
	top: -50px !important;
    width: 18px;
}
.nbs-flexisel-nav-right {
background: url(../images/nextArrow.png) no-repeat center center #E6E6E6;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 0;
	top: -50px !important;
    width: 18px;
}

.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
    opacity: 1;
}

/* 
 * PRODUCT INFORMATION PAGE
 */
.product-label-special {
  background: #fa565a;
  font-size: 13px;
  width: 41px;
  height: 41px;
  top: 10px;
  right: 25px;
  display: block;
  position: absolute;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
  line-height: 37px;
  padding: 0;
  font-weight: normal;
  z-index: 30;
}
.product-info {
  margin-bottom: 20px;
}
.product-info .image {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
.product-desc img {
	width:100% !important;
	height:auto !important
}
}

.product-info .quantity-adder {
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
}
.product-info .quantity-adder input {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  display: inline;
  width: auto;
  margin-right: 2px;
  font-size: 18px;
  height: 39px;
}
.product-info .quantity-adder span {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  line-height: 1;
  width: 19px;
  height: 19px;
  background-color: #c2c2c2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
.product-info .quantity-adder span.add-down {
  font-size: 22px;
  top: 20px;
}
.product-info .minimum {
  margin-bottom: 20px;
}
.product-info .group-item {
  margin-bottom: 20px;
}
.product-info .group-item div.cart {
  background: #1bbc9b;
  color: #ffffff;
  border: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-info .group-item button {
  text-transform: uppercase;
  background: none;
  border: none;
}
.product-info .group-item .cart,
.product-info .group-item .wishlist,
.product-info .group-item .compare {
  border: 1px solid #e5e5e5;
  color: #6e6e72;
  line-height: 36px;
  padding: 0 15px;
  font-size: 16px;
  display: inline-block;
  margin-right: 13px;
  background: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-info .group-item .cart:hover,
.product-info .group-item .wishlist:hover,
.product-info .group-item .compare:hover {
  background: #252c33;
  color: #ffffff;
}
.product-info .group-item .cart span,
.product-info .group-item .wishlist span,
.product-info .group-item .compare span {
  display: none;
}
.product-info .price {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #fa565a;
  font-weight: bold;
}
.product-info .price .price-old {
  text-decoration: line-through;
  font-size: 16px;
  color: #6e6e72;
  font-weight: normal;
}
.product-info .price .price-new {
  color: #fa565a;
  font-size: 18px;
  font-weight: bold;
}
.product-info .price .reward {
  font-size: 14px;
  color: #6e6e72;
  font-weight: normal;
}
.product-info .price .discount {
  font-size: 14px;
  color: #6e6e72;
  font-weight: normal;
}
.product-info .price .price-tax {
  font-size: 14px;
  color: #6e6e72;
  font-weight: normal;
}
.product-info .description {
  margin-bottom: 10px;
  line-height: 23px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description span {
  font-weight: bold;
  padding-right: 13px;
}
.product-info .image-additional {
  clear: both;
  overflow: hidden;
  padding: 0 23px;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-left: 17px;
  margin-bottom: 10px;
}
.product-info .image-additional .carousel-control {
  top: 30px;
  width: 34px;
  cursor: pointer;
  background: url('../images/carousel-control.png') no-repeat;
  text-shadow: none;
  overflow: hidden;
  position: absolute;
  text-indent: -9999em;
}
.product-info .image-additional .right {
  background-position: -38px 3px;
  right: 0;
}
.product-info .image-additional .left {
  background-position: 0px 0px;
  left: 0;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.product-info .option {
  margin-bottom: 10px;
}
.product-info .review {
  margin-bottom: 10px;
}
.product-info .review > div {
  line-height: 23px;
}
.product-info .share {
  margin-bottom: 10px;
  line-height: normal;
}
.product-info .share a {
  text-decoration: none;
}
.form-review .option {
  margin-bottom: 10px;
}
/* 
 * PRODUCT Related PAGE
 */
.box-products {
  position: relative;
}
.box-products .carousel-controls {
  position: absolute;
  right: 0;
  top: -39px;
  width: 70px;
  z-index: 10;
}
.box-products .carousel-control {
  background: none;
  font-size: 30px;
  display: block;
  height: 39px;
  line-height: 35px;
  margin: 0;
  overflow: hidden;
  top: 0;
  width: 35px;
  background: #1bbc9b;
  opacity: 1;
  text-shadow: none;
  border-right: 1px solid #2fc6a6;
}
.box-products .carousel-control:hover {
  background: #1cab8e;
}
.box-products .box-description {
  left: 166px;
  position: absolute;
  top: -29px;
}
.box-products .box-description p {
  font-size: 13px;
}
/**
 *
 */